Configure s3cmd to use your Amazon S3 account:
s3cmd --configure
Make a new bucket:<bucket>
s3cmd mb s3://
Upload a jpeg to the bucket:
s3cmd -P --mime-type=image/jpeg put picture.jpg s3://
The URL for the file:
http://<bucket>
After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...
No comments:
Post a Comment